home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8381
/
8381.xpi
/
chrome
/
content
/
common
/
about.xul
next >
Wrap
Extensible Markup Language
|
2010-02-02
|
1KB
|
31 lines
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window class="dialog"
title="About Web Clipper"
orient="vertical"
autostretch="always"
onload="sizeToContent()"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<groupbox align="center" orient="horizontal">
<vbox>
<text value="Evernote Web Clipper" style="font-weight: bold; font-size: x-large;"/>
<separator class="thin"/>
<text value="Vendor:" style="font-weight: bold;"/>
<text value="Evernote Corp." class="url"
onclick="window.open('http://www.evernote.com'); window.close();"/>
<separator class="thin"/>
<text value="Description:" style="font-weight: bold;"/>
<text value="Provides a button and context menus to easily add a selection or an entire page to Evernote"/>
</vbox>
<spring flex="1"/>
<image src="chrome://webclipper3-common/skin/webclipper48.png"/>
</groupbox>
<hbox>
<spacer flex="1"/>
<button label="Close" oncommand="window.close();"/>
</hbox>
</window>